home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- if the timer < 1010 then
- unloadMember("BEE 4 film")
- unloadMember("BEE 5 film")
- unloadMember("BEE 6 film")
- unloadMember("BEE 7film")
- go(the frame)
- else
- go(the frame + 1)
- end if
- end
-
- on mouseUp
- set the visible of sprite 5 to 0
- set the visible of sprite 6 to 0
- set the visible of sprite 7 to 0
- go(81)
- end
-